Skip to main content

Dropbox Library

Type

library

Description

Implements the Dropbox v2 API. Doesn't include business pro API.

Children Properties

Command

NameSummarySyntax
dropboxUploadSessionStartUpload sessions allow you to upload a single file in one or more requests, for example where the size of the file is greater than 150 MB.dropboxUploadSessionStart <pAccessToken>, <pData>, [<pCallback>]
dropboxGetFolderMetadataReturns shared folder metadata by its folder ID.dropboxGetFolderMetadata <pAccessToken>, <pSharedFolderId>, [<pActions>, <pCallback>]
dropboxCreateSharedLinkWithSettingsCreate a shared link with custom settingsdropboxCreateSharedLinkWithSettings <pAccessToken>, <pPath>, [<pSettings>, <pCallback>]
dropboxMountFolderThe current user mounts the designated folder.dropboxMountFolder <pAccessToken>, <pSharedFolderId>, [<pCallback>]
dropboxUnmountFolderThe current user unmounts the designated folder.dropboxUnmountFolder <pAccessToken>, <pSharedFolderId>, [<pCallback>]
dropboxGetSpaceUsageGet the space usage information for the current user's account.dropboxGetSpaceUsage <pAccessToken>, [<pCallback>]
dropboxGetThumbnailGet a thumbnail for an image.dropboxGetThumbnail <pAccessToken>, <pPath>, <pFormat>, <pSize>, [<pCallback>]
dropboxGetPreviewGet a preview for a file.dropboxGetPreview <pAccessToken>, <pPath>, [<pCallback>]
dropboxRestoreRestore a file to a specific revision.dropboxRestore <pAccessToken>, <pPath>, <pRevision>, [<pCallback>]
dropboxSearchSearches for files and folders.dropboxSearch <pAccessToken>, <pPath>, <pQuery>, <pStart>, <pMaxResults>, <pMode>, [<pCallback>]
dropboxListRevisionsReturn revisions of a file.dropboxListRevisions <pAccessToken>, <pPath>, <pLimit>, [<pCallback>]
dropboxGetMetadataReturns the metadata for a file or folder.dropboxGetMetadata <pAccessToken>, <pPath>, <pIncludeMediaInfo>, [<pCallback>]
dropboxListFoldersContinueOnce a cursor has been retrieved from dropboxListFolders, use this to paginate through all shared folder members.dropboxListFoldersContinue <pAccessToken>, <pCursor>, [<pCallback>]
dropboxGetAccountGet information about a user's account.dropboxGetAccount <pAccessToken>, <pUserAccountID>, [<pCallback>]
dropboxRelinquishFolderMembershipThe current user relinquishes their membership in the designated shared folder and will no longer have access to the folder.dropboxRelinquishFolderMembership <pAccessToken>, <pSharedFolderId>, <pLeaveACopy>, [<pCallback>]
dropboxUnshareFolderAllows a shared folder owner to unshare the folder.dropboxUnshareFolder <pAccessToken>, <pSharedFolderId>, <pLeaveACopy>, [<pCallback>]
dropboxUpdateFolderPolicyUpdate the sharing policies for a shared folder.dropboxUpdateFolderPolicy <pAccessToken>, <pSharedFolderId>, <pMemberPolicy>, <pAclUpdatePolicy>, <pSharedLinkPolicy>, [<pCallback>]
dropboxCheckJobStatusReturns the status of an asynchronous job.dropboxCheckJobStatus <pAccessToken>, <pAsyncJobId>, [<pCallback>]
dropboxUploadCreate a new file with the contents provided in the request.dropboxUpload <pAccessToken>, <pPath>, <pMode>, <pAutorename>, <pMute>, <pData>, [<pCallback>]
dropboxListFolderMembersReturns shared folder membership by its folder ID.dropboxListFolderMembers <pAccessToken>, <pSharedFolderId>, [<pActions>, <pLimit>, <pCallback>]
dropboxListFolderMembersContinueOnce a cursor has been retrieved from dropboxListFolderMembers, use this to paginate through all shared folder members.dropboxListFolderMembersContinue <pAccessToken>, <pCursor>, [<pCallback>]
dropboxCheckShareJobStatusReturns the status of an asynchronous job for sharing a folder.dropboxCheckShareJobStatus <pAccessToken>, <pAsyncJobId>, [<pCallback>]
dropboxListFolderStarts returning the contents of a folder.dropboxListFolder <pAccessToken>, <pPath>, <pRecursive>, <pIncludeMediaInfo>, [<pCallback>]
dropboxUploadSessionFinishFinish an upload session and save the uploaded data to the given file path.dropboxUploadSessionFinish <pAccessToken>, <pSession>, <pOffset>, <pPath>, <pMode>, <pAutorename>, <pMute>, <pData>, [<pCallback>]
dropboxRemoveFolderMemberAllows an owner or editor (if the ACL update policy allows) of a shared folder to remove another member.dropboxRemoveFolderMember <pAccessToken>, <pSharedFolderId>, <pMember>, <pLeaveACopy>, [<pCallback>]
dropboxRevokeSharedLinkRevoke a shared link.dropboxRevokeSharedLink <pAccessToken>, <pURL>, [<pCallback>]
dropboxDownloadDownload a file from a user's Dropbox.dropboxDownload <pAccessToken>, <pPath>, [<pCallback>]
dropboxCopyCopy a file or folder to a different location in the user's Dropbox. If the source path is a folder all its contents will be copied.dropboxCopy <pAccessToken>, <pPathFrom>, <pPathTo>, <pAllowSharedFolder>, <pAutoRename>, [<pCallback>]
dropboxCreateFolderCreate a folder at a given path.dropboxCreateFolder <pAccessToken>, <pPath>, <pAutoRename>, [<pCallback>]
dropboxDeleteDelete the file or folder at a given path.dropboxDelete <pAccessToken>, <pPath>, [<pCallback>]
dropboxGetAccountBatchGet information about multiple user accounts. At most 300 accounts may be queried per request.dropboxGetAccountBatch <pAccessToken>, <pUserAccountIDs>, [<pCallback>]
dropboxAddFolderMemberAllows an owner or editor (if the ACL update policy allows) of a shared folder to add another member.dropboxAddFolderMember <pAccessToken>, <pSharedFolderId>, <pMembers>, <pQuiet>, <pCustomMessage>, [<pCallback>]
dropboxListFoldersReturn the list of all shared folders the current user has access to.dropboxListFolders <pAccessToken>, [<pActions>, <pLimit>, <pCallback>]
dropboxListSharedLinksList shared links of this user.dropboxListSharedLinks <pAccessToken>, [<pPath>, <pDirectOnly>, <pCursor>, <pCallback>]
dropboxModifySharedLinkSettingsModify the shared link's settings.dropboxModifySharedLinkSettings <pAccessToken>, <pUrl>, [<pSettings>, <pRemoveExpiration>, <pCallback>]
dropboxPermanentlyDeletePermanently delete the file or folder at a given path.dropboxPermanentlyDelete <pAccessToken>, <pPath>, [<pCallback>]
dropboxListMountableFoldersReturn the list of all shared folders the current user can mount or unmount.dropboxListMountableFolders <pAccessToken>, [<pActions>, <pLimit>, <pCallback>]
dropboxMoveMove a file or folder to a different location in the user's Dropbox.dropboxMove <pAccessToken>, <pPathFrom>, <pPathTo>, <pAllowSharedFolder>, <pAutoRename>, [<pCallback>]
dropboxListFolderLongPollA longpoll endpoint to wait for changes on an account.dropboxListFolderLongPoll <pCursor>, <pTimeout>, [<pCallback>]
dropboxGetSharedLinkFileDownload the shared link's file from a user's Dropbox.dropboxGetSharedLinkFile <pAccessToken>, <pUrl>, [<pPath>, <pLinkPassword>, <pCallback>]
dropboxUpdateFolderMemberAllows an owner or editor of a shared folder to update another member's permissions.dropboxUpdateFolderMember <pAccessToken>, <pSharedFolderId>, <pMember>, <pAccessLevel>, [<pCallback>]
dropboxGetSharedLinkMetadataGet the shared link's metadata.dropboxGetSharedLinkMetadata <pAccessToken>, <pUrl>, [<pPath>, <pLinkPassword>, <pCallback>]
dropboxListFolderContinueOnce a cursor has been retrieved from list_folder, use this to paginate through all files and retrieve updates to the folder, following the same rules as documented for list folder.dropboxListFolderContinue <pAccessToken>, <pCursor>, [<pCallback>]
dropboxShareFolderShare a folder with collaborators.dropboxShareFolder <pAccessToken>, <pPath>, <pMemberPolicy>, <pAclUpdatePolicy>, <pSharedLinkPolicy>, <pForceAsync>, [<pCallback>]
dropboxTransferFolderTransfer ownership of a shared folder to a member of the shared folder.dropboxTransferFolder <pAccessToken>, <pSharedFolderId>, <pToDropboxId>, [<pCallback>]
dropboxGetCurrentAccountGet information about the current user's account.dropboxGetCurrentAccount <pAccessToken>, [<pCallback>]
dropboxListMountableFoldersContinueOnce a cursor has been retrieved from dropboxListMountableFolders, use this to paginate through all shared folder members.dropboxListMountableFoldersContinue <pAccessToken>, <pCursor>, [<pCallback>]
dropboxUploadSessionAppendAppend more data to an upload session.dropboxUploadSessionAppend <pAccessToken>, <pSession>, <pOffset>, <pData>, [<pCallback>]
dropboxListFolderGetLatestCursorA way to get a cursor for the folder's state.dropboxListFolderGetLatestCursor <pAccessToken>, <pPath>, <pRecursive>, <pIncludeMediaInfo>, [<pCallback>]